EXECUTABLE RUNNING

Returns a value of one if the executable described by the handle passed in is running.

  Syntax
Return Integer=EXECUTABLE RUNNING(Executable ID)
  Parameters
Executable ID
Dword
The DWORD handle describing the executable

  Returns

This value is an integer number such as 1.

  Example Code
id=execute executable("notepad.exe","","")
while executable running(id)=1
if spacekey()=1 then stop executable id
endwhile
  See also

FILE Commands Menu
Index